home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.1.2.1.dxr / Internal_38_terug naar schema.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  218 b   |  18 lines

  1. on mouseUp me
  2.   global naam
  3.   tell the stage
  4.     naam = "4.1.dir"
  5.     wisseltje()
  6.   end tell
  7. end
  8.  
  9. on mouseEnter
  10.   cursor(280)
  11.   sprite(50).visibility = 1
  12. end
  13.  
  14. on mouseLeave
  15.   sprite(50).visibility = 0
  16.   cursor(-1)
  17. end
  18.